home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Oberon⁄F™ 1.2 / Preinstalled version / Std / Docu / MenuTool (.txt) < prev    next >
Encoding:
Oberon Document  |  1996-03-29  |  1.8 KB  |  41 lines  |  [oODC/obnF]

  1. Documents.StdDocumentDesc
  2. Documents.DocumentDesc
  3. Containers.ViewDesc
  4. Views.ViewDesc
  5. Stores.StoreDesc
  6. Documents.ModelDesc
  7. Containers.ModelDesc
  8. Models.ModelDesc
  9. Stores.ElemDesc
  10. TextViews.StdViewDesc
  11. TextViews.ViewDesc
  12. TextModels.StdModelDesc
  13. TextModels.ModelDesc
  14. TextModels.AttributesDesc
  15. Helvetica
  16. TextRulers.StdRulerDesc
  17. TextRulers.RulerDesc
  18. TextRulers.StdStyleDesc
  19. TextRulers.StyleDesc
  20. TextRulers.AttributesDesc
  21. Helvetica
  22. Helvetica
  23. Helvetica
  24. StdMenuTool
  25. DEFINITION StdMenuTool;
  26.     PROCEDURE Init;
  27.     PROCEDURE UpdateMenus;
  28. END StdMenuTool.
  29. The menu tool is used during startup of Oberon/F to set up the menus.
  30. PROCEDURE Init
  31. Used internally.
  32. PROCEDURE UpdateMenus
  33. Guard: TextCmds.FocusGuard
  34. This command takes the focus text and interprets it as a menu configuration. If it contains syntax errors, the error is selected, otherwise the current menu configuration is updated appropriately.
  35. TextControllers.StdCtrlDesc
  36. TextControllers.ControllerDesc
  37. Containers.ControllerDesc
  38. Controllers.ControllerDesc
  39. Helvetica
  40. Documents.ControllerDesc
  41.